home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Users Group Library 1996 July / C-C++ Users Group Library July 1996.iso / vol_400 / 411_02 / vim / src / proto / linefunc.pro < prev    next >
Encoding:
Text File  |  1993-12-13  |  315 b   |  10 lines

  1. /* linefunc.c */
  2. void coladvance __PARMS((unsigned int wcol));
  3. int inc __PARMS((struct fpos *lp));
  4. int incCurpos __PARMS((void));
  5. int incl __PARMS((struct fpos *lp));
  6. int dec __PARMS((struct fpos *lp));
  7. int decCurpos __PARMS((void));
  8. int decl __PARMS((struct fpos *lp));
  9. void adjustCurpos __PARMS((void));
  10.